home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Programa
- Caption = "Programa"
- ClientHeight = 1665
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 3210
- LinkTopic = "Form1"
- ScaleHeight = 1665
- ScaleWidth = 3210
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Salir
- Caption = "Salir"
- Height = 495
- Left = 960
- TabIndex = 2
- Top = 960
- Width = 1215
- End
- Begin VB.CommandButton Command2
- Caption = "Desinstalar"
- Height = 495
- Left = 1680
- TabIndex = 1
- Top = 240
- Width = 1215
- End
- Begin VB.CommandButton Command1
- Caption = "Acerca"
- Height = 495
- Left = 240
- TabIndex = 0
- Top = 240
- Width = 1215
- End
- Attribute VB_Name = "Programa"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- MsgBox ("Este programa fu
- empaquetado con el ""Asistente de empaquetado y distribuci
- n"" de Visual Basic.")
- End Sub
- Private Sub Command2_Click()
- MsgBox ("Puedes desinstalar el programa desde el cuadro ""Agregar y quitar programas"" del Panel de control.")
- End Sub
- Private Sub Salir_Click()
- Unload Programa
- End Sub
-